home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Unsupervised_Learning / Principal component analysis.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  1.3 KB  |  33 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. activeBreadboard. setAnimatePoint ( 130 , 200 )
  5. activeBreadboard. stampAndMove ( "SangersFull" , "unsupervisedSynapse" )
  6. unsupervisedSynapse. setStepSize ( 0.100000 )
  7. inputAxon. connectTo ( "unsupervisedSynapse" )
  8. activeBreadboard. setAnimatePoint ( 210 , 200 )
  9. activeBreadboard. stampAndMove ( "Axon" , "outputAxon" )
  10. outputAxon. setRows ( 2 )
  11. unsupervisedSynapse. connectTo ( "outputAxon" )
  12.  
  13. activeBreadboard. stampOnAndMove ( "DataStorageTransmitter" , "unsupervisedSynapse" )
  14. dataStorageTransmitter. setActiveAccessPoint ( "Weights" )
  15. dataStorageTransmitter. toggleConnection ( "dataStorage" , "attachToBuffer" )
  16.  
  17. activeInputProbe. setBroadcast ( TRUE )
  18. activeInputProbe. setDotSize ( 4 )
  19. activeInputProbe. setBroadcast ( FALSE )
  20. activeInputProbe. setActiveChannel ( 1 )
  21. activeInputProbe. setDotSize ( 1 )
  22.  
  23. activeBreadboard. select ( NULL , FALSE )
  24.  
  25. controlButton. setText ("Run")
  26. ControlMacroPath = macro. pathFromNS ( "Macros\reset&RunNetwork.nsm" )
  27. controlButton. setMacroPath ( ControlMacroPath )
  28.  
  29. NextMacroPath = macro. pathFromMacro ( "Annealing the learning rate.nsm" )
  30. nextButton. setMacroPath ( NextMacroPath )
  31. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  32. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  33.